html,
body,
p,
ul {
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  height: 100%;
}
iframe {
  height:0px !important;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #101010;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  color: #101010;
}
li {
  list-style: none;
}
.head-banner {
  width: 100%;
  max-height: 560px;
}
.mr-b-80 {
  margin-bottom: 4.167vw !important;
}
.el-pagination {
  white-space: pre-wrap !important;
}
.sub-tit-active, .sub-tit-active a {
  color: #14A0F2 !important;
}
.banner-img img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.swiper-img img {
  width: 100%;
  display: block;
}
/* 栏目列表页 */
.main {
  width: 80%;
  margin: 3.854vw auto;
  display: flex;
  color: #101010;
  font-size: 1vw;
}
.main-content {
  line-height: 2;
  max-width: 43.854vw;
  text-align: justify;
  overflow: hidden;
}
.main-content img {
  max-width: 100%;
  width: 100%;
}
.main .main-left {
  width: 25%;
  text-align: right;
  padding-right: 5.208vw;
  font-size: 1vw;
}
.main-sub-tit {
  margin-bottom: 0.677vw;
  cursor: pointer;
}
.main-sub-tit a {
  color: rgba(137, 137, 137);
}
.main .main-tit {
  color: rgba(16, 16, 16);
  font-size: 1.458vw;
  font-family: SourceHanSansSC-medium;
  margin-bottom: 2vw;
}
.main .main-tit.active {
  color: #14A0F2;
  margin-bottom: 1.198vw;
}

@media (max-width: 768px) {
  .main {
    width: 90%;
    margin: 4vw auto;
    flex-wrap: wrap;
    font-size: 2.133vw;
  }
  .main .main-left {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 2.667vw;
  }
  .main .main-tit {
    font-size: 2.667vw;
  }
  .main-sub-tit {
    display: inline-block;
    margin-right: 2.667vw;
    margin-bottom: 2.667vw;
  }
  .main-content {
    max-width: 100%;
  }
  .main-content img {
    max-width: 90vw;
  }
}
